home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Games Collection 1 / software vault.zip / software vault / CDR10 / YICN23.ZIP / DOC / PROGRAMS.DOC < prev    next >
Text File  |  1993-03-06  |  3KB  |  51 lines

  1. The programs of yakIcons:
  2.  
  3. DEMO PROGRAMS
  4.  
  5. animap.exe    : shows animated map with walking characters from
  6.           "Flight of the Boodles"-- use number keys (with numlock!)
  7.           to move character, esdx keys to move 1 pixel, shift-1,
  8.           2, 4 or 8 to show different factor modes, and spacebar
  9.           to spawn a munching grumbomb.  Note the pseudo-parallax
  10.           scrolling caused by the grid and clouds!
  11. testi.exe    : Miscellaneous testbench program.  Currently has
  12.           stuff like yakScrollers, joystick reading, palette
  13.           cycling and fading, etc.
  14. soundtst.exe    : yakSample class; plays a sound.  Usage:
  15.             soundtst <sample name>
  16. driver.exe      : yakVoc class.  Plays a .voc file.
  17. stars.exe       : demonstrates the zooming abilities of the icon class.
  18. yakdemo.exe     : comprehensive demo of most yakIcons functions.
  19.  
  20. SUPPORT PROGRAMS:
  21.  
  22. yar.exe        : Yak ARchiver.  Maintains .yar files.  Usage is similar
  23.           to arj, zip, exe:
  24.             yar [a l d x] <yar file, - .yar> <filenames>
  25.           does wildcards to a point.
  26. view.exe    : Views .yak files.  usage: view <filename>.  Wildcards OK.
  27.                   also views from yaklib, and gives height and width infor-
  28.                   mation.
  29. mapedit.exe    : Kinda iffy animap editor.  Look at the code to get a
  30.           better idea of how it works.  "L" loads icon, "S" saves
  31.           map, arrow keys move, <> selects terrain, spacebar
  32.           drops it.  Look at the code before using!
  33. yedit.exe    : .yak editor.  Usage: edit <filename>; if the filename
  34.           exists, yedit loads it; if not, it is created.  use
  35.           left button to select color or plot pixel; use right
  36.           button to select background color (color zero) or clear
  37.           pixel.  "M" mirrors icon at column under mouse cursor;
  38.           spacebar selects drawing color under cursor, "Q" or quit
  39.           button quits without saving, "S" or save button saves
  40.           drawing.  Arrow keys move window, number keys (hit numlock)
  41.           shifts drawing (erases whatever goes "off the edge.")
  42. yfedit.exe    : .fnt editor. Usage: yfedit <fontname> or
  43.                       yfedit <fontname> <stch> <wid> <ht> <#C>
  44.           where <fontname> is the filename of the font, <stch> is
  45.           the first character of the font, <wid> is the pixel width
  46.           of the font, <ht> is the pixel height, and <#C> is the
  47.           number of characters in the font.  First form edits
  48.           an existing font, second form creates a new one.
  49. bin2hdr.exe     : converts any file to a C header which contains a pointer
  50.                   to the information in the file.  Good for including graphics
  51.                   or sounds in the actual executable file.